ResourceCopy Method (String, String) |
Copies an existing resource to a new resource.
Overwriting a existing resource is not allowed.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic bool Copy(
string source,
string destination
)
Public Function Copy (
source As String,
destination As String
) As Boolean
Parameters
- source
- Type: SystemString
Source resource URI. - destination
- Type: SystemString
Destination resource URI.
Return Value
Type:
BooleanTrue if success; otherwise, false.
See Also